projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58d4e82
)
(nt_get_resource): Prototype defined.
author
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:35:54 +0000
(07:35 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:35:54 +0000
(07:35 +0000)
src/w32.h
patch
|
blob
|
history
diff --git
a/src/w32.h
b/src/w32.h
index f5a701dcb137a6f44df3885c0408dc5cb36a9303..714d4bdc33f2661aaebd4904c900a509b3194dc2 100644
(file)
--- a/
src/w32.h
+++ b/
src/w32.h
@@
-48,3
+48,6
@@
extern void prepare_standard_handles (int in, int out,
extern void reset_standard_handles (int in, int out,
int err, HANDLE handles[4]);
+/* Return the string resource associated with KEY of type TYPE. */
+extern LPBYTE nt_get_resource (char *key, LPDWORD type);
+